Apache MINA

Apache MINA
Developer(s) Apache Software Foundation
Stable release 2.0.4 / June 16, 2011; 8 months ago (2011-06-16)
Written in Java
Operating system Cross-platform
Type Enterprise Integration Patterns Message Oriented Middleware
License Apache License 2.0
Website http://mina.apache.org

Apache MINA (Multipurpose Infrastructure for Network Application) is an open source Java network application framework. MINA can be used to create scalable, high performance network applications. MINA provides unified API's for various transports like TCP, UDP, serial communication. It also makes it easy to make an implementation of custom transport type. MINA provides both high-level and low-level network APIs.

A user application interacts with MINA APIs, shielding the user application from low level I/O details. MINA internally uses I/O APIs to perform the actual I/O functions. This makes it easy for the users to concentrate on the application logic and leave the I/O handling to Apache MINA. [1]

Contents

Advantages

Tooling

Graphical tools such as Eclipse IDE, IntelliJ IDEA can be used.

See also

References

External links